home *** CD-ROM | disk | FTP | other *** search
- Short: ARexx Finger script for AmIRC
- Author: newlook@ameritech.net (Deryk B. Robosson)
- Uploader: newlook@ameritech.net (Deryk B. Robosson)
- Type: comm/tcp
- Replaces: comm/tcp/AmIRCFinger.lha
- Requires: AmiTCP finger or equivalant
- Version: 1.05
-
-
- Installation:
- --------------
- Copy finger.amirx to amirc/rexx directory
-
- Install an alias in AmIRC by selecting setup menu
- then lists. Under Alias tab, select add new alias.
-
- Then in edit window type the alias you would like
- to use.
-
- i.e. finger = /rx finger %p
-
- Usage:
- --------------
-
- /finger whoever@someplace.cool.net - will show you the output
- /finger whoever@someplace.cool.net say - will show output to the channel
- /finger whoever@someplace.cool.net show newlook - will show output to newlook
- /finger usernick
- /finger usernick SAY
- /finger usernick SHOW user
-
- Version 1.00
- --------------
- Initial creation
-
- Version 1.01
- --------------
- Added SHOW option
- Now deletes the tempfile
-
- Version 1.02
- --------------
- Supports passing user nick for input
-
- Version 1.03
- --------------
- Changed all ' to " for AmIRC commands per the docs
- Prettied up the display of information to the user
-
- Version 1.04
- --------------
- Corrected command parsing error.
- Corrected problem with script not properly deleting
- the temp file (which I thought was fixed).
-
- Version 1.05
- --------------
- Cleaned up the code
-